type github.com/refraction-networking/utls.certificateMsg

8 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1137: 			m = new(certificateMsg)
		handshake_client.go#L693: 	certMsg, ok := msg.(*certificateMsg)
		handshake_client.go#L792: 		certMsg = new(certificateMsg)
		handshake_messages.go#L1430: type certificateMsg struct {
		handshake_messages.go#L1434: func (m *certificateMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1464: func (m *certificateMsg) unmarshal(data []byte) bool {
		handshake_server.go#L605: 	certMsg := new(certificateMsg)
		handshake_server.go#L679: 		certMsg, ok := msg.(*certificateMsg)